home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETUPGRD.IN_ / netupgrd.inf
Encoding:
Windows Setup INFormation  |  1999-11-06  |  4.6 KB  |  155 lines

  1. ; -- NETUPGRD.INX --
  2. ;
  3. ; Upgrade support INF for upgrading from buildnumber > 1597
  4. ;
  5. ; Copyright (c) 1993-1999, Microsoft Corporation
  6.  
  7. ; -----------------------------------------------------------------
  8. ; If you want to perform certain operations during upgrade from
  9. ; buildnumber > 1597 then, add a section with your component InfID
  10. ; add any standard INF commands in that section.
  11. ; This section will be run from INetCfgInstaller::Update
  12. ; -----------------------------------------------------------------
  13.  
  14. [Version]
  15. Signature="$Windows NT$"
  16. DriverVer=11/06/1999,5.00.2175.1
  17.  
  18. ;-----------------------------------------------------------------------------
  19. ; MS Client
  20. ;
  21. [MS_MSCLIENT]
  22. DelReg = MSClient.DelReg
  23.  
  24. [MSClient.DelReg]
  25. ; Delete unused Client-side caching items
  26. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\OffLineNetwork
  27. HKCR,CLSID\{%CSID00%}
  28. HKCR,CLSID\{%CSID01%}
  29. HKCR,CLSID\{%CSID02%}
  30. HKCR,*\shellex\ContextMenuHandlers\ShadowMenu
  31. HKCR,*\shellex\PropertySheetHandlers\ShadowPage
  32. HKCR,Folder\shellex\ContextMenuHandlers\ShadowMenu
  33. HKCR,Folder\shellex\PropertySheetHandlers\ShadowPage
  34.  
  35. HKLM,"Software\Microsoft\Rpc\SecurityService", "DefaultProvider"
  36. HKLM,"Software\Microsoft\Rpc\SecurityService", "DefaultAuthLevel"
  37.  
  38. ;-----------------------------------------------------------------------------
  39. ; TCP/IP
  40. ;
  41.  
  42. [MS_TCPIP]
  43. AddReg = MS_TCPIP.AddReg
  44. DelReg = MS_TCPIP.DelReg
  45.  
  46. [MS_TCPIP.AddReg]
  47. ; make sure TCP/IP is installed on behalf of the user.  This is because
  48. ; we could have a situtaion where only PPTP installed it.  Since we no
  49. ; longer have PPTP install TCP/IP, we want to remove the references
  50. ; by PPTP and ensure that the system thinks the user installed it.
  51. HKR, RefCounts, User, 0x00010001, 1
  52.  
  53. [MS_TCPIP.DelReg]
  54. ; PPTP and L2TP no longer install and keep a reference on TCP/IP.
  55. HKR, RefCounts, ms_pptp
  56. HKR, RefCounts, ms_l2tp
  57.  
  58. ;-----------------------------------------------------------------------------
  59. ; RSVP
  60. ;
  61. [MS_RSVP]
  62. DelReg = MS_RSVP.DelReg
  63.  
  64. [MS_RSVP.DelReg]
  65. ; Since MS_RSVP no longer has its own notify object, delete the ClsID value
  66. HKR, Ndi, ClsID
  67.  
  68.  
  69. ;-----------------------------------------------------------------------------
  70. ; Steelhead
  71. ;
  72. [MS_Steelhead]
  73. DelReg = MS_Steelhead.DelReg
  74.  
  75. [MS_Steelhead.DelReg]
  76. HKLM, System\CurrentControlSet\Services\Ipxping
  77. HKLM, System\CurrentControlSet\Services\Rasman, Group
  78. HKLM, System\CurrentControlSet\Services\RemoteAccess, Group
  79. HKLM, System\CurrentControlSet\Services\Router, Group
  80.  
  81.  
  82. ;-----------------------------------------------------------------------------
  83. ; RasMan
  84. ;
  85. [MS_RasMan]
  86. DelReg = MS_RasMan.DelReg
  87.  
  88. [MS_RasMan.DelReg]
  89. HKLM, System\CurrentControlSet\Services\Rasman\PPP\BACP
  90. HKLM, System\CurrentControlSet\Services\Rasman\PPP\CBCP
  91. HKLM, System\CurrentControlSet\Services\Rasman\PPP\CHAP
  92. HKLM, System\CurrentControlSet\Services\Rasman\PPP\COMPCP
  93. HKLM, System\CurrentControlSet\Services\Rasman\PPP\EAP
  94. HKLM, System\CurrentControlSet\Services\Rasman\PPP\IPCP
  95. HKLM, System\CurrentControlSet\Services\Rasman\PPP\IPXCP
  96. HKLM, System\CurrentControlSet\Services\Rasman\PPP\NBFCP
  97. HKLM, System\CurrentControlSet\Services\Rasman\PPP\PAP
  98. HKLM, System\CurrentControlSet\Services\Rasman\PPP\SPAP
  99.  
  100. ;-----------------------------------------------------------------------------
  101. ; Ras Server
  102. ;
  103. [MS_RasSrv]
  104. DelReg = MS_RasSrv.DelReg
  105.  
  106. [MS_RasSrv.DelReg]
  107. HKR, Ndi, Service
  108.  
  109. ; -----------------------------------------------------------------------------
  110. ; ATM UNI Call Manager
  111. ;
  112. [MS_ATMUNI]
  113. AddReg = MS_ATMUNI.AddReg
  114. DelReg = MS_ATMUNI.DelReg
  115.  
  116. [MS_ATMUNI.AddReg]
  117. HKR, RefCounts, User, 0x00010001, 1
  118.  
  119. [MS_ATMUNI.DelReg]
  120. ; TCP/IP no longer keeps ref count on AtmUni
  121. HKR, RefCounts, ms_tcpip
  122.  
  123. ; -----------------------------------------------------------------------------
  124. ; ATM LANE protocol
  125. ;
  126. [MS_ATMLANE]
  127. AddReg = MS_ATMLANE.AddReg
  128. DelReg = MS_ATMLANE.DelReg
  129.  
  130. [MS_ATMLANE.AddReg]
  131. HKR, RefCounts, User, 0x00010001, 1
  132.  
  133. [MS_ATMLANE.DelReg]
  134. ; TCP/IP no longer keeps ref count on AtmLane
  135. HKR, RefCounts, ms_tcpip
  136.  
  137. ; -----------------------------------------------------------------------------
  138. ; AppleTalk protocol
  139. ;
  140. [MS_AppleTalk]
  141. DelReg = MS_AppleTalk.DelReg
  142.  
  143. [MS_AppleTalk.DelReg]
  144. ; Delete refcount for old optional component SFM
  145.  
  146. ; File Services for Mac no longer installs AppleTalk OBO itself
  147.  
  148. [Strings]
  149. Msft = "Microsoft"
  150.  
  151. CSID00=0B9398C0-DC7E-101B-A351-00AA004797A7     ; Global menu and propsheet
  152. CSID01=208D2C60-3AEA-1069-A2D7-08002B30309D     ; Network Neighbourhood
  153. CSID02=0B7F1760-B613-101B-B115-00AA00479C41     ; per file-folder menu and propsheet
  154.  
  155.